@media(max-width:700px) {
	.contacts-wrap {
		padding: 60px 0 10px
	}
}

.contacts-wrap {
	padding-top: 3%;
	position: relative;
	padding-bottom: 5%;
}

.join-wrap::before,
.office-photo-wrap .slick-dots button,
.office-video video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.contacts-wrap h1 {
	margin-bottom: 66px;
}

.contacts-content {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px
}

@supports(padding:max(1px, 2px)) {
	.contacts-content {
		padding-left: max(20px, env(safe-area-inset-left));
		padding-right: max(20px, env(safe-area-inset-right))
	}
}

@media(max-width:700px) {
	.contacts-content {
		padding: 0 10px
	}

	@ supports(padding:max(1px, 2px)) {
		.contacts-content {
			padding-left: max(10px, env(safe-area-inset-left));
			padding-right: max(10px, env(safe-area-inset-right))
		}
	}
}

.offices-photos-wrap {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

@media(max-width:700px) {
	.offices-photos-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

@media (min-width: 391px) and (max-width: 700px) {
	.office-photo-wrap .address {
		width: 380px;
		margin: 0 auto;
	}
}

.office-photo-wrap {
	box-sizing: border-box;
	width: calc(30% - 10px);
	margin: 0 20px;
}

.office-photo-wrap:nth-child(2n+1) {
	margin: 0;
}

@media(max-width:700px) {
	.office-photo-wrap {
		box-sizing: border-box;
		width: 100%;
		margin-left: 0
	}
}

.office-photo-wrap h3 {
	font-family: red hat display, sans-serif;
	margin: 40px 0 25px
}

@media(max-width:700px) {
	.office-photo-wrap h3 {
		margin: 30px 0 20px
	}
}

.office-photo-wrap p {
	font-size: 15px;
	color: #6c6c6c;
	margin-bottom: 25px
}

@media(max-width:700px) {
	.office-photo-wrap .link-next {
		margin-bottom: 35px
	}
}

.careers-wrap.inner-page .feedback-wrap form,
.office-photo-slide,
.office-photo-wrap .office-slider-wrap {
	position: relative
}

.office-photo-wrap .office-slider-wrap .slick-list {
	border-radius: 10px
}

.office-photo-wrap .office-slider-wrap * {
	outline: 0
}

.office-photo-wrap .slick-arrow {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1
}

@media(hover:none) {
	.office-photo-wrap .slick-arrow {
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
		border-radius: 0;
		opacity: 0
	}
}

@media(max-width:700px) {
	.office-photo-wrap .slick-arrow {
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
		border-radius: 0;
		opacity: 0
	}
}

.office-photo-wrap .slick-arrow:after {
	display: block;
	content: '';
	position: absolute;
	top: 51%;
	left: 48%;
	width: 14px;
	height: 23px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../../img/ico/prew-bold.svg) center center no-repeat;
	background-size: contain
}

.office-photo-wrap:hover .slick-arrow {
	opacity: 1
}

@media(hover:none) {
	.office-photo-wrap:hover .slick-arrow {
		opacity: 0
	}
}

@media(max-width:700px) {
	.office-photo-wrap:hover .slick-arrow {
		opacity: 0
	}
}

.office-photo-wrap .office-slider-wrap-big .slick-arrow,
.office-photo-wrap .office-slider-wrap-big .slick-dots {
	opacity: 0
}

@media not all and (hover:none) {

	.office-photo-wrap .office-slider-wrap-big:hover .slick-arrow,
	.office-photo-wrap .office-slider-wrap-big:hover .slick-dots {
		opacity: 1
	}
}

@media(hover:none) {
	.office-photo-wrap .office-slider-wrap-big .slick-dots {
		opacity: 1
	}
}

@media(max-width:815px) {
	.office-photo-wrap .office-slider-wrap-big .slick-dots {
		opacity: 1;
		bottom: 0;
		-webkit-transform: translate(-50%, 150%);
		transform: translate(-50%, 150%)
	}

	.office-photo-wrap .landscape-mobile .slick-dots {
		bottom: 5vh;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.office-photo-wrap .slick-next {
	left: auto;
	right: 10px
}

.office-photo-wrap .slick-next:after {
	left: 54%;
	background: url(../../img/ico/next-bold.svg) center center no-repeat;
	background-size: contain
}

@media(max-width:700px) {
	.office-photo-wrap .slick-next {
		left: auto;
		right: 0
	}
}

@media(hover:none) {
	.office-photo-wrap .slick-next {
		left: auto;
		right: 0
	}
}

.office-photo-wrap .slick-dots {
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin: 0 auto;
	padding: 8px;
	border-radius: 20px;
	background: rgba(0, 0, 0, .6);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	line-height: 0;
	list-style: none
}

.office-photo-wrap .slick-dots li {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	margin: 0 0 0 7px;
	background: #e6e6e6;
	border-radius: 50%;
	border: 1px solid transparent;
	background-clip: content-box
}

.office-photo-wrap .slick-dots li:first-child {
	margin-left: 0
}

.office-photo-wrap .slick-dots li.slick-active {
	border-color: #8cd734;
	background-color: #8cd734;
	background-clip: border-box
}

.office-photo-wrap .slick-dots button {
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	line-height: 0
}

.office-photo-slide:before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
	background: url(../../img/ico/spinner.svg) center center no-repeat
}

.office-photo-slide.lazy:before {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear
}

.careers-wrap.inner-page .office-video-preview .play-ico::after,
.office-video .play-ico::after {
	content: "";
	border: 10px solid transparent;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 10px;
	border-left: 18px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -7px;
	border-radius: 3px;
}

.office-video video {
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 50%;
	left: 50%
}

.office-photo {
	position: relative;
	/* padding-bottom: 56.25%; */
	height: 452px;
	background-size: contain;
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: center center
}


.office-video .play-ico {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	-webkit-transition: .3s;
	transition: .3s
}

.gallery-popup .dots-wrapper {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none
}

.gallery-popup .slick-dots {
	pointer-events: auto
}

.gallery-popup .slick-slider {
	max-width: 1000px;
	max-height: 80vh;
	margin: 0 auto;
	pointer-events: auto
}

.gallery-popup .gallery-wrap {
	width: 100%;
	max-width: 144vh;
	max-height: 80vh;
	pointer-events: none
}

.gallery-popup.landscape-mobile .dots-wrapper {
	position: fixed
}

.gallery-popup.landscape-mobile .gallery-wrap {
	max-width: none;
	max-height: none;
	height: 100%
}

.gallery-popup.landscape-mobile .slick-slider {
	width: 100vw;
	height: 100vh;
	max-height: none;
	max-width: none
}

.gallery-popup.landscape-mobile .no-arrows .slick-arrow,
.video-ui:after {
	pointer-events: none
}

.gallery-popup.landscape-mobile .office-photo {
	width: 100%;
	padding-bottom: 100vh;
	pointer-events: auto
}

.gallery-popup .gallery {
	width: 100%;
	position: relative
}

@media(hover:none) {
	.gallery-popup .slick-dots.hidden {
		opacity: 0 !important
	}
}


.video-popup .video-wrap {
	width: 100%;
	max-width: 144vh;
	overflow: hidden
}

.video-popup .video-wrap video,
.video-ui:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%
}

.video-popup .video-wrap video {
	max-width: 1000px;
	max-height: 81vh;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.video-popup .video-content {
	max-width: 1000px;
	margin: 0 auto
}

.video-popup .video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden
}

.video-ui:after {
	content: '';
	width: 50px;
	height: 50px;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
	background: url(../../img/ico/spinner-white.svg) center center no-repeat;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .15), 0 0 20px 20px rgba(0, 0, 0, .15);
	border-radius: 50px;
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	opacity: 0
}

.loading+.video-ui:after {
	opacity: 1
}

.video-ui .pause-ico,
.video-ui .play-ico {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	margin: -32px 0 0 -32px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: .3s;
	transition: .3s
}

.video-ui .pause-ico:after,
.video-ui .play-ico:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%
}

.video-ui .play-ico:after {
	width: 0;
	height: 0;
	margin: -10px 0 0 -7px;
	border: 10px solid transparent;
	border-left: 18px solid #fff;
	border-radius: 3px
}

.playing+.video-ui .play-ico,
.video-ui .pause-ico {
	display: none
}

.video-ui .pause-ico:after {
	width: 30%;
	height: 30%;
	background-image: url(data:image/svg+xml;
 base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTUgNTAwIj48cGF0aCBkPSJNNjAuMyA0OTkuNkMyNyA0OTkuNiAwIDQ3Mi42IDAgNDM5LjN2LTM3OWE2MC4zIDYwLjMgMCAxMTEyMC43IDB2Mzc5YzAgMzMuMy0yNyA2MC4zLTYwLjQgNjAuM3ptMjM0LjMgMGMtMzMuMyAwLTYwLjMtMjctNjAuMy02MC4zdi0zNzlhNjAuMyA2MC4zIDAgMTExMjAuNiAwdjM3OWMwIDMzLjMtMjcgNjAuMy02MC4zIDYwLjN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.overlay+.video-ui .pause-ico {
	display: block
}

.media-modal:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 101vh;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .9)
}

.input-wrap .arrow b,
.jobs-filter-dropdown .arrow b,
.jobs-location-dropdown .arrow b,
.media-modal {
	height: 100%;
	width: 100%;
	display: block;
}

.media-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: 0 0
}

.media-modal.shown {
	display: -webkit-box;
	display: flex
}




.media-modal .close-btn {
	opacity: 1;
	width: 30px;
	height: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	padding: 10px;
	background-image: url(../../img/ico/close.svg);
	background-color: rgba(0, 0, 0, .5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	pointer-events: auto
}

.media-modal .close-btn.hidden {
	opacity: 0;
	pointer-events: none
}

@media(hover) {
	.media-modal .close-btn:hover {
		opacity: 1
	}
}

.link-next {
	display: inline-block;
	color: #8cd734;
	font-weight: 500;
	letter-spacing: -.24px;
	cursor: pointer
}

.link-next svg,
.read-more svg {
	position: relative;
	top: 8px;
	left: 0;
	width: 10px;
	margin-top: -10px
}